From a79497fbb9418038d27e392e85f515eb54cb4d36 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Mon, 16 May 2016 20:47:37 -0500 Subject: [PATCH] Man pages: remove options from cargo-run --- src/etc/man/cargo-run.1 | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 689f0bedd..4783e060c 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -26,21 +26,6 @@ Print this message. .RS .RE .TP -.B \-p \f[I]SPEC\f[], \-\-package \f[I]SPEC ...\f[] -Package to build. -.RS -.RE -.TP -.B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[] -The number of jobs to run in parallel. -.RS -.RE -.TP -.B \-\-lib -Build only this package\[aq]s library. -.RS -.RE -.TP .B \-\-bin \f[I]NAME\f[] Name of the bin target to run. .RS @@ -51,6 +36,11 @@ Name of the example target to run. .RS .RE .TP +.B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[] +The number of jobs to run in parallel. +.RS +.RE +.TP .B \-\-release Build artifacts in release mode, with optimizations. .RS -- 2.30.2